/ Assembly List / LJCDBMessage / DbResult / SetRows

Namespace - LJCDBMessage


Parameters
dataTable - The data table.
dataColumns - The principle columns.
dbJoins - The joins.

Syntax

C#
public Void SetRows(DataTable dataTable, DbColumns dataColumns, DbJoins dbJoins = null)

Sets the result records from the DataTable, principle values and join values.

Remarks

Creates a DbRecords collection of DbValues objects from a DataTable.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.